DictionaryRow
Assembly: ServiceStack.OrmLite.dll
View Source
Declaration
public struct DictionaryRow : IDynamicRow<Dictionary<string, object>>, IDynamicRow
Properties
Type
View Source
Declaration
public readonly Type Type { get; }
Fields
View Source
Declaration
public readonly Dictionary<string, object> Fields { get; }