ApplicationManagerGetFieldsMeta Method |
Namespace:
Unvired.Kernel.UWP.Core
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<FieldMeta> GetFieldsMeta(
string structureName
)
Public Function GetFieldsMeta (
structureName As String
) As List(Of FieldMeta)
public:
List<FieldMeta^>^ GetFieldsMeta(
String^ structureName
)
member GetFieldsMeta :
structureName : string -> List<FieldMeta>
Parameters
- structureName
- Type: SystemString
Return Value
Type:
ListFieldMeta
See Also