SqlCeMigrationSqlGenerator.Name(String) Method
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.
Generates a quoted name. The supplied name may or may not contain the schema.
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1719:ParameterNamesShouldNotMatchMemberNames", MessageId="0#")]
protected virtual string Name (string name);
abstract member Name : string -> string
override this.Name : string -> string
Protected Overridable Function Name (name As String) As String
Parameters
- name
- String
The name to be quoted.
Returns
The quoted name.
- Attributes
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework