| SqlMetadataItem Property (String) |
Gets a property information by name.
Namespace: LiteRepositoryAssembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntaxpublic string this[
string name
] { get; }Parameters
- name
- Type: SystemString
Name of the property.
Return Value
Type:
StringA string with db name.
See Also