Click or drag to resize
SqlMetadataGetSqlMetadata Method
Returns a metadata for type.

Namespace: LiteRepository
Assembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntax
C#
public static SqlMetadata GetSqlMetadata(
	Type type
)

Parameters

type
Type: SystemType
Type of entity.

Return Value

Type: SqlMetadata
Metadata for type.
See Also