Class AutoFieldExtensions
- Namespace
- BpNexT.NET.Extensions
- Assembly
- BpNexT.NET.dll
Extensions for BpNT.AutoField.
public static class AutoFieldExtensions
- Inheritance
-
objectAutoFieldExtensions
Methods
IsComFriendly(AutoField)
Checks if the field is supposed to be used via COM.
public static bool IsComFriendly(this AutoField field)
Parameters
fieldAutoFieldThe field to check.
Returns
- bool
trueif the field is COM friendly, otherwisefalse.