ReportElementSQL Property |
If not empty, overwrite the default SQL or LINQ Expression used for the element in the SELECT statement
Namespace:
Seal.Model
Assembly:
SealLibrary (in SealLibrary.dll) Version: 6.0.0.0 (6.0.0.0)
Syntaxpublic string SQL { get; set; }
Public Property SQL As String
Get
Set
public:
property String^ SQL {
String^ get ();
void set (String^ value);
}
member SQL : string with get, set
Property Value
Type:
String
See Also