CalendarDataSet.CalendarsRow Members
Include Protected Members
Include Inherited Members
Specifies a row of calendar data.
The CalendarDataSet.CalendarsRow type exposes the following members.
Properties
Name
Description
Specifies the unique identifier of the user that checked out the calendar under version control.
Specifies the date and time that the calendar was checked out under version control.
Specifies whether a calendar is a standard calendar that starts on January 1st and ends on December 31st.
Specifies the full name of the calendar.
Specifies the unique identifier of the calendar.
Specifies the master calendar identifier to use when adding a new calendar based on an existing calendar.
Specifies the date this row was first created.
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
Item[DataColumn, DataRowVersion]
(Inherited from DataRow.)
(Inherited from DataRow.)
Specifies the date and time of the last modification.
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
Top
Methods
Name
Description
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from Object.)
(Inherited from Object.)
Gets the calendar rows that contain exceptions.
(Inherited from DataRow.)
(Inherited from DataRow.)
GetChildRows(String, DataRowVersion)
(Inherited from DataRow.)
GetChildRows(DataRelation, DataRowVersion)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from Object.)
(Inherited from DataRow.)
(Inherited from DataRow.)
GetParentRow(String, DataRowVersion)
(Inherited from DataRow.)
GetParentRow(DataRelation, DataRowVersion)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
GetParentRows(String, DataRowVersion)
(Inherited from DataRow.)
GetParentRows(DataRelation, DataRowVersion)
(Inherited from DataRow.)
(Inherited from Object.)
(Inherited from DataRow.)
Determines whether or not the CAL_CHECKOUTBY property is set to a null value.
Determines whether or not the CAL_CHECKOUTDATE property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether the CAL_CHECKOUTBY property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether the CAL_NAME property is set to a a null reference (Nothing in Visual Basic) value.
IsCalendarUniqueIdToDuplicateNull
Determines whether or not the CalendarUniqueIdToDuplicate property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether or not the CREAED_DATE() property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether or not the MOD_DATE property is set to a a null reference (Nothing in Visual Basic) value.
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
IsNull(DataColumn, DataRowVersion)
(Inherited from DataRow.)
(Inherited from Object.)
(Inherited from DataRow.)
(Inherited from DataRow.)
Sets the CAL_CHECKOUTBY property to a a null reference (Nothing in Visual Basic) value.
Sets the CAL_CHECKOUTDATE property to a a null reference (Nothing in Visual Basic) value.
Sets the CAL_IS_STANDARD_CAL property to a a null reference (Nothing in Visual Basic) value.
Sets the CAL_NAME property to a a null reference (Nothing in Visual Basic) value.
SetCalendarUniqueIdToDuplicateNull
Sets the CalendarUniqueIdToDuplicate property to a a null reference (Nothing in Visual Basic) value.
(Inherited from DataRow.)
SetColumnError(String, String)
(Inherited from DataRow.)
SetColumnError(DataColumn, String)
(Inherited from DataRow.)
Sets the CREATED_DATE property to a a null reference (Nothing in Visual Basic) value.
Sets the MOD_DATE property to a a null reference (Nothing in Visual Basic) value.
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
SetParentRow(DataRow, DataRelation)
(Inherited from DataRow.)
(Inherited from Object.)
Top