AyaNova business object library 4.0.1
GetItem Method (Table, FieldName, RecordID)
NamespacesGZTW.AyaNova.BLLBoolFetcherGetItem(String, String, Guid)
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual C++J#JScriptJavaScriptXAML
public static BoolFetcher GetItem(
	string Table,
	string FieldName,
	Guid RecordID
)
Public Shared Function GetItem ( _
	Table As String, _
	FieldName As String, _
	RecordID As Guid _
) As BoolFetcher
Dim Table As String
Dim FieldName As String
Dim RecordID As Guid
Dim returnValue As BoolFetcher

returnValue = BoolFetcher.GetItem(Table, _
	FieldName, RecordID)
public:
static BoolFetcher^ GetItem(
	String^ Table, 
	String^ FieldName, 
	Guid RecordID
)
public static BoolFetcher GetItem(
	String Table,
	String FieldName,
	Guid RecordID
)
public static function GetItem(
	Table : String, 
	FieldName : String, 
	RecordID : Guid
) : BoolFetcher
GZTW.AyaNova.BLL.BoolFetcher.getItem = function(Table, FieldName, RecordID);
Parameters
Table (String)
FieldName (String)
RecordID (Guid)
Return Value

Assembly: GZTW.AyaNova.BLL (Module: GZTW.AyaNova.BLL) Version: 4.0.1.0 (4.0.0.0)