Miner.Data.Access Assembly > Miner.Data.Access Namespace > DataHelper Class : GetColumnValueNames Method |
'Declaration Public Shared Function GetColumnValueNames( _ ByVal row As DataRow, _ Optional ByVal includeReadOnly As Boolean, _ Optional ByVal version As Nullable(Of DataRowVersion) _ ) As Dictionary(Of String,Object)
'Usage Dim row As DataRow Dim includeReadOnly As Boolean Dim version As Nullable(Of DataRowVersion) Dim value As Dictionary(Of String,Object) value = DataHelper.GetColumnValueNames(row, includeReadOnly, version)
public static Dictionary<string,object> GetColumnValueNames( DataRow row, bool includeReadOnly, Nullable<DataRowVersion> version )
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.