Adds a new PresentationInstanceRow to the System.Data.DataTable.Rows collection.
[DebuggerNonUserCodeAttribute()]
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator",
"4.0.0.0")]
public PresentationInstanceRow AddPresentationInstanceRow(
InstanceRow parentInstanceRowByFKInstancePresentationState,
string ContentLabel,
DateTime CreationDate,
string ContentDescription,
string ContentCreatorFamilyName,
string ContentCreatorGivenName,
string ContentCreatorMiddleName,
string ContentCreatorNamePrefix,
string ContentCreatorNameSuffix
)
<GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator",
"4.0.0.0"),
DebuggerNonUserCodeAttribute()>
Public Function AddPresentationInstanceRow(
ByVal parentInstanceRowByFKInstancePresentationState As InstanceRow,
ByVal ContentLabel As String,
ByVal CreationDate As Date,
ByVal ContentDescription As String,
ByVal ContentCreatorFamilyName As String,
ByVal ContentCreatorGivenName As String,
ByVal ContentCreatorMiddleName As String,
ByVal ContentCreatorNamePrefix As String,
ByVal ContentCreatorNameSuffix As String
) As PresentationInstanceRow
public:
[GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator",
L"4.0.0.0")]
[DebuggerNonUserCodeAttribute]
PresentationInstanceRow^ AddPresentationInstanceRow(
InstanceRow^ parentInstanceRowByFKInstancePresentationState,
String^ ContentLabel,
System::DateTime CreationDate,
String^ ContentDescription,
String^ ContentCreatorFamilyName,
String^ ContentCreatorGivenName,
String^ ContentCreatorMiddleName,
String^ ContentCreatorNamePrefix,
String^ ContentCreatorNameSuffix
)
parentInstanceRowByFKInstancePresentationState
Type: InstanceRow. The parent Instance Row.
ContentLabel
A System.String representing the Content Label.
CreationDate
A System.DateTime representing the Creation Date.
ContentDescription
A System.String representing the Content Description.
ContentCreatorFamilyName
A System.String representing the Content Creator Family Name.
ContentCreatorGivenName
A System.String representing the Content Creator Given Name.
ContentCreatorMiddleName
A System.String representing the Content Creator Middle Name.
ContentCreatorNamePrefix
A System.String representing the Content Creator Name Prefix.
ContentCreatorNameSuffix
A System.String representing the Content Creator Name Suffix.
The PresentationInstanceRow which is added to the System.Data.DataTable.Rows collection.
PresentationInstanceDataTable Class
PresentationInstanceDataTable Members
Leadtools.Medical.Storage.DataAccessLayer.CompositeInstanceDataSet Class
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET