Click or drag to resize
SqlMetadata Constructor
Initializes a new instance of the SqlMetadata class.

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

Parameters

type
Type: SystemType
Type of the entity.
See Also