The name of the column in the table or the SQL Statement used for the column
Namespace:
Seal.Model
Assembly:
SealLibrary (in SealLibrary.dll) Version: 6.0.0.0 (6.0.0.0)
Syntax[DefaultValueAttribute(null)]
public override string Name { get; set; }
<DefaultValueAttribute(Nothing)>
Public Overrides Property Name As String
Get
Set
public:
[DefaultValueAttribute(nullptr)]
virtual property String^ Name {
String^ get () override;
void set (String^ value) override;
}
[<DefaultValueAttribute(null)>]
abstract Name : string with get, set
[<DefaultValueAttribute(null)>]
override Name : string with get, set
Property Value
Type:
String
See Also