ORM Sample Class Library

Job.JobId Field

Unique identifier.

[Visual Basic]
Public JobId As Guid
[C#]
public Guid JobId;

See Also

Job Class | OrmLib Namespace


="Keyword" value="Job class, about Job class">
f="OrmLib.DataManagerBase.CriteriaGroup.html">DataManagerBase.CriteriaGroup Holds a group of criteria, efectively to be put in parenthesis in the 'where' clause of an SQL query. DataManagerBase.FetchPathRelation DataManagerBase.JoinPathRelation DataManagerBase.Relation Wraps a column in a table when extablishing query rules. RequiredParentAttribute This is an internal Attribute and should not be used. It is applied to all properties where the property represents a required parent TypedCollectionAttribute This is an internal Attribute and should not be used. It is applied to all ORM.NET collections TypeHelper This is an internal class and should not be used. Validator Provides static functions for validating standard input types.

Enumerations

EnumerationDescription
CompareType Use in filtering and finding methods of the collections.
MatchType The operator to use to compare a column to a piece of data.
SortDirection Use to specify the sort direction.

img src="pubproperty.gif">IsReadOnly