Click or drag to resize
SqlMetadataItem Property (String)
Gets a property information by name.

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

Parameters

name
Type: SystemString
Name of the property.

Return Value

Type: String
A string with db name.
See Also