Miner.Responder.Shared.SchemaObjects Namespace : RegionCustomersObject Class |
'Declaration
<TableNameAttribute("RegionCustomers")> <System.CodeDom.Compiler.GeneratedCodeAttribute(Tool="TextTemplatingFileGenerator", Version="1")> <System.Diagnostics.DebuggerNonUserCodeAttribute()> Public Class RegionCustomersObject Inherits Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric(Of RegionCustomersObject)
'Usage
Dim instance As RegionCustomersObject
[TableName("RegionCustomers")] [System.CodeDom.Compiler.GeneratedCode(Tool="TextTemplatingFileGenerator", Version="1")] [System.Diagnostics.DebuggerNonUserCode()] public class RegionCustomersObject : Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric<RegionCustomersObject>
public class RegionCustomersObject = class(Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric)
TableNameAttribute("RegionCustomers") System.CodeDom.Compiler.GeneratedCodeAttribute(Tool="TextTemplatingFileGenerator", Version="1") System.Diagnostics.DebuggerNonUserCodeAttribute() public class RegionCustomersObject extends Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric
[TableName("RegionCustomers")] [System.CodeDom.Compiler.GeneratedCode(Tool="TextTemplatingFileGenerator", Version="1")] [System.Diagnostics.DebuggerNonUserCode()] public __gc class RegionCustomersObject : public Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric<RegionCustomersObject>
[TableName("RegionCustomers")] [System.CodeDom.Compiler.GeneratedCode(Tool="TextTemplatingFileGenerator", Version="1")] [System.Diagnostics.DebuggerNonUserCode()] public ref class RegionCustomersObject : public Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric<RegionCustomersObject>
RegionCustomersObject regioncustomers = new RegionCustomersObject(row); //RegionCustomersObject regioncustomers = RegionCustomersObject.New(); //RegionCustomersObject regioncustomers = RegionCustomersObject.New(dataset); //IEnumerable<RegionCustomersObject> regioncustomers = RegionCustomersObject.FindAll(dataset); var convertedValue = regioncustomers.Property; // You can still access the original row values or custom fields var objectValue = regioncustomers.Row["SomeColumnName"];
System.Object
Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric<T>
Miner.Responder.Shared.SchemaObjects.RegionCustomersObject
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