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