Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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
- 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.