[NotNullAttribute]
public string? SqlText { get; set; }
<NotNullAttribute>
Public Property SqlText As String
Get
Set
public:
[NotNullAttribute]
property String^ SqlText {
String^ get ();
void set (String^ value);
}
[<NotNullAttribute>]
member SqlText : string with get, set