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, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.