Table of Contents

Class TypeExtensions

Namespace
BpNexT.NET.Extensions
Assembly
BpNexT.NET.dll

Provides extension methods for types.

public static class TypeExtensions
Inheritance
object
TypeExtensions

Methods

GetLogicalDataSetName(Type)

Gets the logical name of the DataSet for a given type.

public static string GetLogicalDataSetName(this Type type)

Parameters

type Type

The type to get the DataSet name for.

Returns

string

The logical name of the DataSet if defined, otherwise the type name.