Click or drag to resize
SqlMetadataGetSubsetForType Method
Gets a collection of property information only for properties which contains in the type.

Namespace: LiteRepository
Assembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntax
C#
public IEnumerable<SqlMetadataProperty> GetSubsetForType(
	Type type
)

Parameters

type
Type: SystemType
Type what represents a subset of the entity.

Return Value

Type: IEnumerableSqlMetadataProperty
Collection of SqlMetadataProperty.
See Also