Miner.Responder.Shared.SchemaObjects Namespace : CustomersObject Class |
'Declaration
<System.Diagnostics.DebuggerNonUserCodeAttribute()> <System.CodeDom.Compiler.GeneratedCodeAttribute(Tool="TextTemplatingFileGenerator", Version="1")> <TableNameAttribute("Customers")> Public Class CustomersObject Inherits Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric(Of CustomersObject)
'Usage
Dim instance As CustomersObject
[System.Diagnostics.DebuggerNonUserCode()] [System.CodeDom.Compiler.GeneratedCode(Tool="TextTemplatingFileGenerator", Version="1")] [TableName("Customers")] public class CustomersObject : Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric<CustomersObject>
public class CustomersObject = class(Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric)
System.Diagnostics.DebuggerNonUserCodeAttribute() System.CodeDom.Compiler.GeneratedCodeAttribute(Tool="TextTemplatingFileGenerator", Version="1") TableNameAttribute("Customers") public class CustomersObject extends Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric
[System.Diagnostics.DebuggerNonUserCode()] [System.CodeDom.Compiler.GeneratedCode(Tool="TextTemplatingFileGenerator", Version="1")] [TableName("Customers")] public __gc class CustomersObject : public Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric<CustomersObject>
[System.Diagnostics.DebuggerNonUserCode()] [System.CodeDom.Compiler.GeneratedCode(Tool="TextTemplatingFileGenerator", Version="1")] [TableName("Customers")] public ref class CustomersObject : public Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric<CustomersObject>
CustomersObject customers = new CustomersObject(row); //CustomersObject customers = CustomersObject.New(); //CustomersObject customers = CustomersObject.New(dataset); //IEnumerable<CustomersObject> customers = CustomersObject.FindAll(dataset); var convertedValue = customers.Property; // You can still access the original row values or custom fields var objectValue = customers.Row["SomeColumnName"];
System.Object
Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric<T>
Miner.Responder.Shared.SchemaObjects.CustomersObject
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2