[]
public IList GetDetail(DataRow row, DataColumn column)
Public Function GetDetail(row As DataRow, column As DataColumn) As IList
| Type | Name | Description |
|---|---|---|
| DataRow | row | |
| DataColumn | column |
| Type | Description |
|---|---|
| IList |
public IList GetDetail(DataRow row, string columnName)
Public Function GetDetail(row As DataRow, columnName As String) As IList
| Type | Name | Description |
|---|---|---|
| DataRow | row | |
| string | columnName |
| Type | Description |
|---|---|
| IList |