AdoDotNetObjectIdentifierConverter.CompositeIdentifierSeparator Property

Gets the identifier separator. By default, it is set to the dot character.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'宣告
Protected Overridable ReadOnly Property CompositeIdentifierSeparator As Char
    Get
protected virtual char CompositeIdentifierSeparator { get; }
protected:
virtual property wchar_t CompositeIdentifierSeparator {
    wchar_t get ();
}
abstract CompositeIdentifierSeparator : char
override CompositeIdentifierSeparator : char
function get CompositeIdentifierSeparator () : char

Property Value

Type: System.Char
The separator character.

.NET Framework Security

See Also

Reference

AdoDotNetObjectIdentifierConverter Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace