질문
Using DataSet.Tables("TABLE").Rows(0)("FIELD").ToString(); with MM:DataSet
Hello,
How do I reference the MM:DataSet I have defined in DW8 to get the queried data to a string? I'm trying to use DataSet.Tables("TABLE").Rows(0)("FIELD").ToString(); and I get an error: CS0104: 'DataSet' is an ambiguous reference. In other words, I'm trying to get this data <%# "DATASET_ID".FieldValue("FIELD_NAME", Container) %> to a string to use it in a variable. Any help would be appreciated! I'm using C#
How do I reference the MM:DataSet I have defined in DW8 to get the queried data to a string? I'm trying to use DataSet.Tables("TABLE").Rows(0)("FIELD").ToString(); and I get an error: CS0104: 'DataSet' is an ambiguous reference. In other words, I'm trying to get this data <%# "DATASET_ID".FieldValue("FIELD_NAME", Container) %> to a string to use it in a variable. Any help would be appreciated! I'm using C#
