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
'Declaration
Protected Overridable ReadOnly Property CompositeIdentifierSeparator As Char
'Usage
Dim value As Char
value = Me.CompositeIdentifierSeparator
protected virtual char CompositeIdentifierSeparator { get; }
protected:
virtual property wchar_t CompositeIdentifierSeparator {
wchar_t get ();
}
protected function get CompositeIdentifierSeparator () : char
Property Value
Type: System.Char
The separator character.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AdoDotNetObjectIdentifierConverter Class