SetCategory.3 |
Scroll |
Copies the category number from the specified TheCategory object.
Namespace: Therefore.API
Visual Basic Public Overridable Function SetCategory ( _ pCategory As TheCategory _ ) C# public virtual void SetCategory ( TheCategory pCategory )
ParameterspCategory Category object form which to copy the category number.
Return ValueNone. |
|
Setting Category to NullIt is allowed to pass null as pCategory parameter which temporarily clears and invalidates the category member. You must, however, set a valid category before calling the SaveChanges method. |