EdmStringTypeReference.Collation Property

Gets a string representing the collation of this string type.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public ReadOnly Property Collation As String 
    Get
'Usage
Dim instance As EdmStringTypeReference 
Dim value As String 

value = instance.Collation
public string Collation { get; }
public:
virtual property String^ Collation {
    String^ get () sealed;
}
abstract Collation : string 
override Collation : string
final function get Collation () : String

Property Value

Type: System.String
The collation of this string type.

Implements

IEdmStringTypeReference.Collation

See Also

Reference

EdmStringTypeReference Class

Microsoft.Data.Edm.Library Namespace