Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
检查指定列的缺省值是否设置为新的 UUID(System.Guid 值)。
Public Function IsColumnNewUUID(ByVal columnID As Integer) As Boolean
public bool IsColumnNewUUID(int columnID)
columnID 列的 ID 号。值必须在 [0,ULCursorSchema.ColumnCount-1] 范围内。表中第一列的 ID 值为 0。
如果列缺省为新的 UUID,则返回 true;如果列不是缺省为新的 UUID,则返回 false。
ULException 类 发生 SQL 错误。