IRow.IsAssigned method

namespace: Serenity.Data   assemblySerenity.Net.Entity

Determines whether the specified field is assigned.

public bool IsAssigned(Field field)
parameter description
field The field.

Return Value

true if the specified field is assigned; otherwise, false.

See Also