IEdmStringTypeReference.Collation Property

Gets a string representing the collation of this string type.

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

Syntax

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

value = instance.Collation
string Collation { get; }
property String^ Collation {
    String^ get ();
}
abstract Collation : string
function get Collation () : String

Property Value

Type: System.String
A string representing the collation of this string type.

See Also

Reference

IEdmStringTypeReference Interface

Microsoft.Data.Edm Namespace