ReportElementSQLColumn Property |
Final SQL of the element
Namespace:
Seal.Model
Assembly:
SealLibrary (in SealLibrary.dll) Version: 6.0.0.0 (6.0.0.0)
Syntax[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public string SQLColumn { get; }
<XmlIgnoreAttribute>
<BrowsableAttribute(false)>
Public ReadOnly Property SQLColumn As String
Get
public:
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
property String^ SQLColumn {
String^ get ();
}
[<XmlIgnoreAttribute>]
[<BrowsableAttribute(false)>]
member SQLColumn : string with get
Property Value
Type:
String
See Also