| SqlMetadataItem Property (Int32) |
Gets a property information by index.
Namespace: LiteRepositoryAssembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntaxpublic SqlMetadataProperty this[
int index
] { get; }Parameters
- index
- Type: SystemInt32
Index of property information.
Return Value
Type:
SqlMetadataPropertyProperty information.
See Also