Gets or sets the column collation.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public string Collation { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Collation As String |
Visual C++ |
---|
public: property String^ Collation { String^ get (); void set (String^ value); } |