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