AdoDotNetObjectIdentifierConverter.CompositeIdentifierSeparator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the identifier separator. By default, it is set to the dot character.
protected:
virtual property char CompositeIdentifierSeparator { char get(); };
protected virtual char CompositeIdentifierSeparator { get; }
member this.CompositeIdentifierSeparator : char
Protected Overridable ReadOnly Property CompositeIdentifierSeparator As Char
Property Value
The separator character.