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