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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework