Collation used in the database. Valid only for member types affected by collation.

Namespace: HuagatiEDMXTools
Assembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765

Syntax

C#
public string Collation { get; set; }
Visual Basic
Public Property Collation As String
	Get
	Set
Visual C++
public:
property String^ Collation {
	String^ get ();
	void set (String^ value);
}

See Also