public bool? WithoutTransaction { get; set; }Public Property WithoutTransaction As Boolean?
Get
Setpublic:
property Nullable<bool> WithoutTransaction {
Nullable<bool> get ();
void set (Nullable<bool> value);
}member WithoutTransaction : Nullable<bool> with get, set