C# Class Argentini.Halide.H3DataRowConfig

The H3DataRowConfig class is used as a way to pass database information to a DataRow class object for opening and reading a row from a database. This class is instantiated and given values for properties like ConnectionName, TableName, PrimarykeyName, PrimaryKeyValue, and more, and the variable is passed as an instantiation parameter to the DataRow class.
Datei anzeigen Open project: argentini/Halide Class Usage Examples