| C# | Visual Basic | Visual Basic Usage | Visual C++ | J# | JScript | JavaScript | XAML |
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);