Click or drag to resize
SqlMetadataItem Property (Int32)
Gets a property information by index.

Namespace: LiteRepository
Assembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntax
C#
public SqlMetadataProperty this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index of property information.

Return Value

Type: SqlMetadataProperty
Property information.
See Also