Click or drag to resize

MicaContentDataSetGetColumnsInfo Method

Returns a dictionnary of all columns for a given contentType. Key is the ordinal number of a column, the value being a ColumnInfo object

Namespace:  MicaSystems.Utils.DataSet
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public Dictionary<int, MicaContentDataSet_ColumnsInfoRow> GetColumnsInfo(
	Guid contentTypeGuid
)

Parameters

contentTypeGuid
Type: SystemGuid

Return Value

Type: DictionaryInt32, MicaContentDataSet_ColumnsInfoRow
See Also