DataManagerImplGetByName Method |
Namespace:
Unvired.Kernel.UWP.Database
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IEnumerable<Object> GetByName(
string tableName
)
Public Function GetByName (
tableName As String
) As IEnumerable(Of Object)
public:
IEnumerable<Object^>^ GetByName(
String^ tableName
)
member GetByName :
tableName : string -> IEnumerable<Object>
Parameters
- tableName
- Type: SystemString
Return Value
Type:
IEnumerableObject
See Also