Gets true value if a type supports collation.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public virtual bool SupportCollation { get; } |
| Visual Basic (Declaration) |
|---|
Public Overridable ReadOnly Property SupportCollation As Boolean |
| Visual C++ |
|---|
public: virtual property bool SupportCollation { bool get (); } |