Class TypeExtensions
- Namespace
- BpNexT.NET.Extensions
- Assembly
- BpNexT.NET.dll
Provides extension methods for types.
public static class TypeExtensions
- Inheritance
-
objectTypeExtensions
Methods
GetLogicalDataSetName(Type)
Gets the logical name of the DataSet for a given type.
public static string GetLogicalDataSetName(this Type type)
Parameters
typeTypeThe type to get the DataSet name for.
Returns
- string
The logical name of the DataSet if defined, otherwise the type name.