TypedDataSetGenerator.GenerateIdName(String, ICodeGenerator) 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.
Transforms a string in a valid, typed DataSet name.
public:
static System::String ^ GenerateIdName(System::String ^ name, System::CodeDom::Compiler::ICodeGenerator ^ codeGen);
public static string GenerateIdName (string name, System.CodeDom.Compiler.ICodeGenerator codeGen);
static member GenerateIdName : string * System.CodeDom.Compiler.ICodeGenerator -> string
Public Shared Function GenerateIdName (name As String, codeGen As ICodeGenerator) As String
Parameters
- codeGen
- ICodeGenerator
The generator used to perform the conversion.
Returns
A string that is the converted name.
Remarks
The TypedDataSetGenerator class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.