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