Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Deutsch) » UltraLite - .NET-Programmierung » UltraLite .NET 2.0 API-Referenz » ULTableSchema-Klasse

 

IsColumnCurrentDate-Methode

Prüft, ob der Standardwert der angegebenen Spalte auf das aktuelle Datum gesetzt ist (ULDbType.Date)

Syntax
Visual Basic
Public Function IsColumnCurrentDate( _
   ByVal columnID As Integer _
) As Boolean
C#
public bool IsColumnCurrentDate(
   int columnID
);
Parameter
  • columnID   Die ID-Nummer der Spalte. Der Wert muss im Bereich [0,ULCursorSchema.ColumnCount-1] liegen. Die erste Spalte in der Tabelle hat den ID-Wert Null.

Rückgabewert

TRUE, wenn die Spalte standardmäßig das aktuelle Datum anzeigt, sonst FALSE

Siehe auch